type github.com/klauspost/compress/zstd.cTable

3 uses

	github.com/klauspost/compress/zstd (current package)
		fse_encoder.go#L26: 	ct             cTable // Compression tables.
		fse_encoder.go#L42: type cTable struct {
		fse_encoder.go#L682: func (c *cState) init(bw *bitWriter, ct *cTable, first symbolTransform) {